func github.com/andybalholm/brotli/matchfinder.extendMatch
10 uses
github.com/andybalholm/brotli/matchfinder (current package)
m0.go#L110: s = extendMatch(src, candidate+4, s+4)
m0.go#L123: newS := extendMatch(src, newCandidate+4, newBase+4)
m4.go#L293: func extendMatch(src []byte, i, j int) int {
m4.go#L329: end := extendMatch(src, candidate+4, start+4)
zdfast.go#L112: end := extendMatch(src, int(repIndex+4), int(s+5))
zdfast.go#L181: end := extendMatch(src, int(t+4), int(s+4))
zdfast.go#L221: end := extendMatch(src, int(o2+4), int(s+4))
zfast.go#L107: end := extendMatch(src, int(repIndex+4), int(s+6))
zfast.go#L156: end := extendMatch(src, int(t+4), int(s+4))
zfast.go#L176: end := extendMatch(src, int(o2+4), int(s+4))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |